Home Comments Thread
New Thread

2 Comments

giscus-bot giscus-bot 2022-12-16 20:16:17
访客 *huang* @ 2010-12-26 15:47:22 写道:

可以先在这里贴一个source的。

yihui yihui 2022-12-16 20:16:19

源代码都在GitHub上:https://github.com/yihui/animation

——原帖发布于 2010-12-26 22:15:30

giscus-bot giscus-bot 2022-12-16 20:16:20
访客 *huang* @ 2010-12-27 11:05:37 写道:

1。16都在弄了啊。直接等新版吧。

yihui yihui 2022-12-16 20:16:21

嗯,1.1-6将有一个全新的写HTML动画页面的方法saveHTML(),比古董的ani.start()ani.stop()方法好多了,界面也大有改进。现在已经在GitHub上了。等CRAN管理员啥时候回来我就可以发布了。

——原帖发布于 2010-12-27 13:29:20

giscus-bot giscus-bot 2022-12-16 20:16:18
Guest *Bill* @ 2012-03-21 02:24:56 originally posted:

The steps are a bit wrong, and in the wrong order - you want to --prune=now first before pushing.

In fact, all you need to do to get rid of old on-line git branch is to:

  1. create new sanitized branches from the old ones, with rebase, cherry-pick, etc.
  2. do a lot of branch renaming to get the new ones
  3. --prune=now to make sure the new ones don't have anything extra
  4. push the new ones out the replace the old "same-name" branches by force.

That's it.

yihui yihui 2022-12-16 20:16:22

Thanks for the tips.

Originally posted on 2012-03-21 03:27:40

Sign in to join the discussion

Sign in with GitHub