[R] roxygen2 error - x$tag operator is invalid for atomic vectors
Martin Møller Skarbiniks Pedersen
traxplayer at gmail.com
Wed Jan 17 14:37:06 CET 2018
On 17 January 2018 at 14:30, Eric Berger <ericjberger at gmail.com> wrote:
> This is an error message from R.
> For example, if you give the following R commands
> > a <- 5
> > a$foo
> This will generate the error message:
> Error in a$foo : $ operator is invalid for atomic vectors
>
> So you can search for the string 'x$tag' in your code (or possibly in the
> package).
>
OK thanks.
Something else must be wrong because my package should only contain a
data.frame saved in .RData file
Regards
Martin
[[alternative HTML version deleted]]
More information about the R-help
mailing list