Closed SpatLyu closed 3 months ago
Have you ever released binary versions of the rcityviews
package on r-universe for any major platforms,@koenderks
I don't have a windows pc myself (I have a mac) but I will see if I can get hands on one to test this. I have never released any binary versions of the package, it only lives on github. Could the timeout be related to the internet connection, or maybe the fact that twitter is now X?
The PR I want to submit mainly has three aspects:
4.1.0
, and uses roxygen2 7.3.2
.I don't have a windows pc myself (I have a mac) but I will see if I can get hands on one to test this. I have never released any binary versions of the package, it only lives on github. Could the timeout be related to the internet connection, or maybe the fact that twitter is now X?
Fair enough, does this have anything to do with automated github bots; Also, I have a windows PC and I can help you with this
I don't have a windows pc myself (I have a mac) but I will see if I can get hands on one to test this. I have never released any binary versions of the package, it only lives on github. Could the timeout be related to the internet connection, or maybe the fact that twitter is now X?
@koenderks ,I can access http://platform.twitter.com/widgets.js
, Can you tell me where this js interface is used?
The problem arises from functions related to shiny, and the first step should be to replace https://platform.twitter.com/widgets.js
with http://platform.twitter.com/widgets.js
After changing the Twitter JS API call address, I now have a second issue related to Shiny, as shown in the figure below:
Strange...Just out of curiosity, is there any error when you install the package via remotes from github, as specified in the readme.md file?
I don't have a windows pc myself (I have a mac) but I will see if I can get hands on one to test this. I have never released any binary versions of the package, it only lives on github. Could the timeout be related to the internet connection, or maybe the fact that twitter is now X?
@koenderks ,I can access
http://platform.twitter.com/widgets.js
, Can you tell me where this js interface is used?
It is used in the shiny app accompanying the package, in the interface. But this can probably be removed, as it is not that important.
Strange...Just out of curiosity, is there any error when you install the package via remotes from github, as specified in the readme.md file?
It has been stuck in the byte-compile and prepare package for lazy loading
state and cannot be installed normally.
Strange...Just out of curiosity, is there any error when you install the package via remotes from github, as specified in the readme.md file?
If devtools::install()
works, then devtools::install_github()
in the R terminal will also work; but devtools::install()
did not install properly when I tested it. Can it be installed normally on Mac now?
Strange...Just out of curiosity, is there any error when you install the package via remotes from github, as specified in the readme.md file?
I suggest we deploy the rcityviews package on r-universe to test different operating systems
@koenderks Now I have passed the test on my PC, and I submit the PR to you
If
devtools::install()
works, thendevtools::install_github()
in the R terminal will also work; butdevtools::install()
did not install properly when I tested it. Can it be installed normally on Mac now?
I just tested if I could install the package on a Windows pc using remotes::install_github()
, that worked fine. It also works fine on my Mac using both devtools::install_github()
and remotes::install_github()
. It also works fine when downloading the source code (.tar.gz) and using devtools::install()
on my Mac.
Ah, let me test it again
If
devtools::install()
works, thendevtools::install_github()
in the R terminal will also work; butdevtools::install()
did not install properly when I tested it. Can it be installed normally on Mac now?I just tested if I could install the package on a Windows pc using
remotes::install_github()
, that worked fine. It also works fine on my Mac using bothdevtools::install_github()
andremotes::install_github()
. It also works fine when downloading the source code (.tar.gz) and usingdevtools::install()
on my Mac.
I'm still stuck at this stage, it's been more than 5 minutes so far, this step shouldn't take long (other R packages I wrote won't get stuck here)
After I made a few changes, it can be installed normally on my PC.
Maybe because my Internet is not so stable in China?
It's great, and it works on my PC right now
Thank you for putting up with my tireless interruptions
Good to hear, thanks for your contribution! 😃
Describe the bug I found that it is not possible to install this package on windows, using
devtools::install()
shows that there is a case of calling widgets.js API, please check it?To Reproduce Go to the package source code and run
devtools::install()
Desktop :
Created on 2024-07-23 with reprex v2.1.1