MingzhiYe16 / CITpkg

0 stars 0 forks source link

Warning message: In readLines #1

Closed millstei closed 2 weeks ago

millstei commented 3 weeks ago

When installing this package, I got a warning:

Warning message: In readLines(old_path) : incomplete final line found on '/Users/joshuamillstein/.R/Makevars'

I guess we need to replace with a relative path or something.

Josh

MingzhiYe16 commented 3 weeks ago

I will fix it.

millstei @.***>于2024年10月10日 周四下午4:26写道:

When installing this package, I got a warning:

Warning message: In readLines(old_path) : incomplete final line found on '/Users/joshuamillstein/.R/Makevars'

I guess we need to replace with a relative path or something.

Josh

— Reply to this email directly, view it on GitHub https://github.com/MingzhiYe16/CITpkg/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK5GOOVYD4NTRA3ETFTHHIDZ24EITAVCNFSM6AAAAABPXZSZ2KVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU4DAMBUGMYTSMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

MingzhiYe16 commented 2 weeks ago

The problem is that R tried to use Makevars files in your system rather than in the package. So you should remove /Users/joshuamillstein/.R. This path is we created last time when I weren't familiar with Makevars.