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

how to use xstitch #3

Open
Algernon377 opened this issue Jun 19, 2023 · 1 comment
Open

how to use xstitch #3

Algernon377 opened this issue Jun 19, 2023 · 1 comment

Comments

@Algernon377
Copy link

Algernon377 commented Jun 19, 2023

I'm sorry that I'm writing here, but I couldn't find your contacts (I want to use your xstitch for my project, but I can't figure out how to write the path to the picture and what format the picture should be. The question may seem silly, but I haven't worked with R before, I write in Python. I installed R, also installed dependencies, but I can't run the script.
They helped me figure out, the path should be written with backslashes "C:/Users/user/Desktop/ping.jpg ". And the dependencies that it requires needed to be installed.

@ysoh286
Copy link
Owner

ysoh286 commented Jun 21, 2023

Hi there!

To use xstitch, you'll need to install devtools package which allows you to install packages hosted on github.

Once you have devtools package installed, you can run

devtools::install_github('ysoh286/xstitch')

Then to use:

library(xstitch)
chart('C:/Users/user/Desktop/ping.jpg', height = 100)

These steps can also be found in the README.

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

No branches or pull requests

2 participants