Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R.ado
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ The __readstata13__ package
[is faster and more acurate then __foreign__ and __haven__ packages](http://www.haghish.com/stata-blog/?p=21)
and read Stata 13 and 14 datasets. This R package can be installed within Stata as follows:

. rcall: install.packages("readstata13", repos="http://cran.uk.r-project.org")
. rcall: install.packages("readstata13", repos="https://cloud.r-project.org/")

Specify the relative or absolute path to the data set to transporting data
from Stata to R. For example:
Expand Down
2 changes: 1 addition & 1 deletion dependency.do
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ if "`r(version)'" < "2.2.0" {
}

rcall_check
rcall: install.packages("readstata13", repos="http://cran.us.r-project.org")
rcall: install.packages("readstata13", repos="https://cloud.r-project.org/")
2 changes: 1 addition & 1 deletion rcall.ado
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ The __readstata13__ package
[is faster and more acurate then __foreign__ and __haven__ packages](http://www.haghish.com/stata-blog/?p=21)
and read Stata 13 and 14 datasets. This R package can be installed within Stata as follows:

. rcall: install.packages("readstata13", repos="http://cran.uk.r-project.org")
. rcall: install.packages("readstata13", repos="https://cloud.r-project.org/")

Specify the relative or absolute path to the data set to transporting data
from Stata to R. For example:
Expand Down