Skip to content
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

Error in colourise_fs_path(path) : #257

Closed
wdysun opened this issue Mar 23, 2020 · 4 comments
Closed

Error in colourise_fs_path(path) : #257

wdysun opened this issue Mar 23, 2020 · 4 comments

Comments

@wdysun
Copy link

wdysun commented Mar 23, 2020

I Installed fs from both CRAN and GitHub, running the command

library(fs)
dir_tree(path = "/home/me/downloads/", recurse = TRUE)

gives

Error in colourise_fs_path(path) : 
  could not find function "colourise_fs_path"

I am using the following R

platform       x86_64-pc-linux-gnu         
arch           x86_64                      
os             linux-gnu                   
system         x86_64, linux-gnu           
status                                     
major          3                           
minor          6.3                         
year           2020                        
month          02                          
day            29                          
svn rev        77875                       
language       R                           
version.string R version 3.6.3 (2020-02-29)
nickname       Holding the Windsock 
@jimhester
Copy link
Member

Not sure how that would be possible assuming your fs installation was not corrupted in some way.

@wdysun
Copy link
Author

wdysun commented Mar 24, 2020

I don't have any issue with my installation, is there any check that I can do for getting some insights?

@jimhester
Copy link
Member

Run traceback() after the error occurs and copy the results here I guess...

@wdysun
Copy link
Author

wdysun commented Mar 24, 2020

Sorry Jim, I just updated R and its packages from root (under linux), then tried again and it works.

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