Skip to content

Commit 95c7ede

Browse files
committed
Shorten comments re:attach() for CRAN
1 parent 6850113 commit 95c7ede

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CRAN_comments.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
Regarding the NOTE about the calls to attach():
2-
The calls to attach() are made in the function attachSymbols(). This function is a mechanism to wrap the complexity of attaching multiple symbols (a database of potentially thousands of individual instrument names) with one simple call. Based on previous emails with CRAN regarding this specific attach usage, and the lack of anything beyond the NOTE 'finding' the call, this seems well within the scope of behavior required by CRAN. Note that the name of the function doing this attach is an extension of the attach name itself, which makes the function's purpose clear.
3-
1+
Regarding the NOTE about the calls to attach(): They are made in the function attachSymbols(), which allows users to attach multiple symbols (potentially thousands) from a database with only one function call. Note that the name of the function makes it clear that it provides functionality similar to attach(). Prior emails with the CRAN team approved of this specific use of attach().

0 commit comments

Comments
 (0)