Hello list:

I submitted this question on R-help, but for some reason it did not get 
posted...

I have some R code, class definitions, data, etc. thath i'd like my students to 
use, either in R installed on their own pc's or in an RWeb server.  I have 
saved the workspace image onto an R image file that i'm hosting on google Docs 
(https://).  So my questions are these:

1) Can session files be loaded from an RWeb client?
2) I have tried using the following:
con <- url("https:// ....")
load(con)
close(con)
But regular R does not allow con with url's from https sites, so, does anyone 
know of a site where i could post session files that is non-https?

My idea is to eventually turn this data/code into a package, but that would not 
suit my immediatesituation for the moment (mainly because i'd like students to 
be able to work via RWeb).

Any suggestions?

Thanks in advance,

jose romero


        [[alternative HTML version deleted]]

_______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-teaching

Reply via email to