There are two issues I'm facing with Synapse platform currently. First, the link for a sample code "example Feature Extraction code is provided for the mPower data on GitHub". This link is not working. Second, to download the code via R, we need to install Synapse Client, following the instruction given on the same page. I'm following that exactly, and getting an error:: Error in read.table(system.file("resources/s4ClassesToGenerate.txt", package = "synapseClient"), : no lines available in input Error : unable to load R code in package 'synapseClient' ERROR: lazy loading failed for package 'synapseClient' Help would be great. Thanks.

Created by Sanju Sinha sanjusinha7
Thanks Everyone. Both the above issues are solved. Link is working and the installation is completed as well. I installed the rjson manually by pulling the sourcode from github. Thanks, S
@sanjusinha7 The error suggests that something went wrong with your installation of the Synapse R client. Kindly try the following: ``` > remove.packages("synapseClient") > source("http://depot.sagebase.org/CRAN.R") > pkgInstall("synapseClient") > q() R > library(synapseClient) ``` Does it work now? If not would you please check the path returned by: ``` > system.file("resources/s4ClassesToGenerate.txt", package = "synapseClient") ``` and provide the contents of the file.
Hi Sanju- Thanks for pointing out the issue with the github repository. We have made that public now. Please let me know if you still have trouble accessing it, and my apologies for the inconvenience. As for the 2nd issue, can you give me a little more detail? Does this error occur when you call `library(synapseClient)` or elsewhere? Also, which version of R are you using? Thanks, Solly

Example link not working. page is loading…