I don't know how you can negotiate with CRAN regarding attach, but one approach
is to return the data frame and instruct your students to write
moodledata <- paste.data()
instead of
paste.data()
since either is just as obscure as the other in the mind of a beginner and the
former promotes
Hi,
I am trying to upload a package to CRAN but keep getting the error message
below. The issue seems to be the use of attach in one of my routines. As I
explain in the cran-comments.md this use of assign is intentional.
The routine paste.data is used by undergraduate student with very little R