NCEAS / datateam-training

Training and reference materials for ADC and SASAP data team members
https://nceas.github.io/datateam-training/training/
Apache License 2.0
7 stars 22 forks source link

SFTP files #218

Closed KellyWang1126 closed 3 years ago

KellyWang1126 commented 3 years ago

214 #197 #208 #168 #205 #207 #206

laijasmine commented 3 years ago

@KellyWang1126 the checks have been failing due to a curl error. If you see any code chunks with something along the lines of:

cn_staging <- CNode('STAGING')
adc_test <- getMNode(cn_staging,'urn:node:mnTestARCTIC')

Can you make sure that eval = F (for FALSE) at the top of the code chunk?

I've been trying to figure out where the problem is in this PR: https://github.com/NCEAS/datateam-training/pull/216

KellyWang1126 commented 3 years ago

@laijasmine Will do tomorrow when I get in.

KellyWang1126 commented 3 years ago

I only found one cn_staging code chunk has eval = F missing and added it back. Does this help with fixing the curl error?

laijasmine commented 3 years ago

It's still failed(indicated by the "All checks have failed below) but thank you for trying! I'll probably have to work on this problem a bit more

KellyWang1126 commented 3 years ago

So is that okay for me to continue working on other data training issues for now with all the checks failed?

laijasmine commented 3 years ago

Yes it is fine. The problem shouldn't be related to the things you have been doing.