-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
66 lines (38 loc) · 1.92 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
2024-09-03 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Authors@R): Added
* DESCRIPTION (Description): Reference stat447.com
2023-01-24 Alton Barbehenn <[email protected]>
* DESCRIPTION: Version bump and adding David Dalpiaz as author
* README.md: Adding usage examples
* R/questions.R: Typo fixes
2023-01-16 David Dalpiaz <[email protected]>
* R/source.R: Adding functions to source files as a specific user
2021-08-31 Dirk Eddelbuettel <[email protected]>
* NAMESPACE: Also export message_to_test_result
2021-08-17 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Date, Version): Roll minor version
* NAMESPACE: Export new function too
2021-08-15 Dirk Eddelbuettel <[email protected]>
* R/source_eval.R (source_and_eval_safe_with_hiding): New variant
with optional 'hiding' of a given file
* man/source_and_eval_safe.Rd: Documentation
2019-09-14 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Date, Version): Roll minor version
* R/questions.R (message_to_test_result): New helper function
* man/message_to_test_result.Rd: Documentation
2019-09-08 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Date, Version): Roll minor version
* R/questions.R (test_question): New function
* man/test_question.Rd: Documentation
2019-09-02 Dirk Eddelbuettel <[email protected]>
* R/questions.R (get_question_details): New function
* man/get_question_details.Rd: Documentation
2019-09-01 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Date, Version): Release 0.0.2
* R/source_eval.R (source_and_eval_safe): Set the uid argument to
NULL so that non-root user can run this (without a uid change, of
course). Otherwise the functions are limited to root use.
* R/source_eval.R (eval_safe_as): New helper function without file
* inst/tinytest/test_eval.R: Adjusted tests to not require uid
2019-08-31 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Date, Version): Initial version 0.0.1