8000 Deprecated DT call · Issue #24 · jayjacobs/verisr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Deprecated DT call #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Giannettig opened this issue Jun 2, 2017 · 1 comment
Open

Deprecated DT call #24

Giannettig opened this issue Jun 2, 2017 · 1 comment

Comments

@Giannettig
Copy link

I tried to run the RMD file and consistently I have been rewarded with this error:

with=FALSE together with := was deprecated in v1.9.4 released Oct 2014. Please wrap the LHS of := with parentheses; e.g., DT[,(myVar):=sum(b),by=a] to assign to column name(s) held in variable myVar. See ?':=' for other examples. As warned in 2014, this is now a warning.with=FALSE together with := was deprecated in v1.9.4 released Oct 2014. Please wrap the LHS of := with parentheses; e.g., DT[,(myVar):=sum(b),by=a] to assign to column name(s) held in variable myVar. See ?':=' for other examples. As warned in 2014, this is now a warning.with=FALSE together with := was deprecated in v1.9.4 released Oct 2014. Please wrap the LHS of := with parentheses; e.g., DT[,(myVar):=sum(b),by=a] to assign to column name(s) held in variable myVar. See ?':=' for other examples. As warned in 2014, this is now a warning.with=FALSE together with := was deprecated in v1.9.4 released Oct 2014. Please wrap the LHS of := with parentheses; e.g., DT[,(myVar):=sum(b),by=a] to assign to column name(s) held in variable myVar. See ?':=' for other examples. As warned in 2014, this is now a warning.

I believe the library uses some deprecated DT call on some function.

@onlyphantom
Copy link

I don't believe it's maintained anymore - but I rewrote a lot of the functions in pure base R (the underlying code for this package is data.table) and only where necessary, dplyr. All the core functionalities plus some are supported and compatible with later versions of R, tested on R 3.5+.

You can install the package from here: https://github.com/onlyphantom/verisr2 and feel free to open any issues!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0