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

Move read.paj examples to files or statnet URLs #66

Open
CarterButts opened this issue Sep 19, 2021 · 5 comments
Open

Move read.paj examples to files or statnet URLs #66

CarterButts opened this issue Sep 19, 2021 · 5 comments
Labels

Comments

@CarterButts
Copy link
Contributor

Vlado's pajek site has been moved or otherwise is/was offline, which has produced errors for us on CRAN, because the documentation for read.paj and associated tests makes use of remote files on that site. It's nice to be able to demonstrate reading files by URL, but it does introduce a dependence; including demo files locally would fix that. Alternately, hosting files on our own site would give us control over the matter, but of course there's no guarantee that our site won't also run into issues (as has been known to happen). Some combination of fixes will be needed for the next release, since CRAN is threatening us with removal over it. (So very, very tired of CRAN's obsessions.)

@skyebend
Copy link
Contributor

I think the best way to resolve statnet/networkDynamic#10 also would be to just add the zip compressed file from http://vlado.fmf.uni-lj.si/pub/networks/data/esna/sampson.htm to network's data directory (since that is where read.paj is implemented) I can make a PR for that.

However the pajek site doesn't specify a license for the data, just reference papers and the UCINET data it was derived from http://vlado.fmf.uni-lj.si/pub/networks/data/ucinet/UciData.htm#sampson

Does anyone know the data was directly included in the original Sampson or Breiger papers? (and would that mean it is OK to include with the original citation?) I think this may have been one reason why I didn't include it directly before

Breiger R., Boorman S. and Arabie P. (1975). An algorithm for clustering relational data with applications to social network analysis and comparison with multidimensional scaling. Journal of Mathematical Psychology, 12, 328-383.
Sampson, S. (1969). Crisis in a cloister. Unpublished doctoral dissertation, Cornell University. 

@CarterButts
Copy link
Contributor Author

CarterButts commented Sep 27, 2021 via email

@martinamorris
Copy link
Member

martinamorris commented Sep 29, 2021

  1. I agree with @skyebend that we should include the Sampson .paj data in the network data directory.

  2. On the Pajek website the license is:

Licenses and Citation:
If the source of the data set is not specified otherwise, these data sets are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License
Creative Commons License.
When publishing results obtained using this data set the original authors should be cited. In addition this collection should be cited as:
Vladimir Batagelj and Andrej Mrvar (2006): Pajek datasets.
<URL: http://vlado.fmf.uni-lj.si/pub/networks/data/>.

So I believe we're ok with that.

  1. It might be useful to wrap any scripts/code that accesses external websites with a graceful error/exit option.

@krivit
Copy link
Member

krivit commented Nov 14, 2024

We need to resolve this ASAP, since Pajek site is down again, and we will get CRAN complaints when CRAN runs a periodic check or some dependency is updated.

@krivit
Copy link
Member

krivit commented Nov 14, 2024

@bavla, would you object to us mirroring the test files locally? What kind of attribution would you require?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants